From 9c9f1d1eb622482c3d6d5c63eb46e4c594aaa2c3 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 17 Sep 2013 22:10:21 -0700 Subject: [PATCH] Fix typo in declaration --- lisp/url/url-http.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el index 3f16ce05a8c..e2a2033e527 100644 --- a/lisp/url/url-http.el +++ b/lisp/url/url-http.el @@ -858,7 +858,7 @@ should be shown to the user." (goto-char (point-min)) success)) -(declare-function zlib-decompress-region "decompress.c" (start) (end)) +(declare-function zlib-decompress-region "decompress.c" (start end)) (defun url-handle-content-transfer-encoding () (let ((encoding (mail-fetch-field "content-encoding"))) -- 2.30.2